home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
progut~1
/
stdwin.zoo
/
textedit
/
Make.conf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-10-18
|
220 b
|
11 lines
# Begin Make.conf
# $Header: Make.conf,v 1.1 88/05/20 16:30:33 guido Locked $
LOPTIONS= -O
SRCS= textedit.c textlow.c textdbg.c editwin.c
OBJS= textedit.o textlow.o textdbg.o editwin.o
all: $(OBJS)
# End Make.conf